home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
comm
/
tcp
/
Amster-main.lha
/
Amster_Install
/
Rexx
/
AmigaAmp.rexx
next >
Wrap
OS/2 REXX Batch file
|
2000-10-18
|
664b
|
32 lines
/*
** $VER: AmigaAmp 1.0 (18.10.2000)
** © 2000 by Jacob Laursen <laursen@myself.com>
**
** Set up your player path below and some of these events in Amster:
**
** Download finished
** Double-clicking library file
** Double-clicking download file
** MP3 player
**
** Command: RexxC:RX Apps:Comm/Amster/Rexx/AmigaAmp.rexx PLAY "%f"
**
*/
PlayerPath = 'Apps:Sound/Players/AmigaAmp/AmigaAmp'
/* No user-serviceable parts below */
parse arg mode' 'filename
options results
if ~show('P','AMIGAAMP') then address command 'Run <>NIL: 'PlayerPath
do while ~show('P','AMIGAAMP')
call delay(50)
end
address 'AMIGAAMP'
if upper(mode) = 'PLAY' then 'OPEN 'filename